home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / test / y.a < prev    next >
Text File  |  1992-11-23  |  159b  |  18 lines

  1.  
  2.             ;
  3.             ;
  4.             ;
  5.  
  6.             section text,code
  7.  
  8.             xdef    fubar
  9.             xref    begin
  10.  
  11. fubar
  12.             bra     begin
  13.             nop
  14.             nop
  15.             nop
  16.  
  17.             END
  18.